home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / aqbanking / backends / aqofxconnect / dialogs / dlg_edituser.dlg next >
Extensible Markup Language  |  2014-12-19  |  5KB  |  120 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <!--
  4. /***************************************************************************
  5.  copyright   : (C) 2010 by Martin Preuss
  6.  email       : martin@aqbanking.de
  7.  
  8.  ***************************************************************************
  9.  * This file is part of the project "AqBanking".                           *
  10.  * Please see toplevel file COPYING of that project for license details.   *
  11.  ***************************************************************************/
  12. -->
  13.  
  14. <dialog type="dialog" name="ao_edit_user" i18n="aqbanking"
  15.         flags="decorShrinkable decorStretchable decorMaximize decorMinimize decorClose decorMenu" >
  16.   <widget type="vlayout" flags="fillX fillY" >
  17.  
  18.     <widget type="tabBook" name="wiz_tab_book" flags="fillX fillY" >
  19.  
  20.       <!-- user page -->
  21.       <widget type="tabPage" text="User Settings">
  22.         <widget type="vlayout" flags="fillX fillY" >
  23.           <widget type="label" name="wiz_user_label" flags="fillX fillY justifyLeft" />
  24.           <widget type="hLine" flags="fillX" />
  25.           <widget type="gridLayout" columns="2" flags="fillX" >
  26.     
  27.             <widget type="label" text="User Name" />
  28.             <widget type="lineEdit" name="wiz_username_edit" columns="40" flags="fillX" />
  29.     
  30.             <widget type="label" text="User Id" />
  31.             <widget type="lineEdit" name="wiz_userid_edit" columns="40" flags="fillX" />
  32.     
  33.             <widget type="label" text="Client UID" />
  34.             <widget type="lineEdit" name="wiz_clientuid_edit" columns="40" flags="fillX" />
  35.     
  36.           </widget>
  37.         </widget>
  38.   
  39.       </widget>
  40.     
  41.       <!-- bank settings page -->
  42.       <widget type="tabPage" text="Bank Settings">
  43.         <widget type="vlayout" flags="fillX fillY" >
  44.           <widget type="label" name="wiz_bank_label" flags="fillX fillY justifyLeft" />
  45.           <widget type="hLine" flags="fillX" />
  46.           <widget type="gridLayout" columns="2" flags="fillX" >
  47.     
  48.             <widget type="label" text="Bank Name" />
  49.             <widget type="hlayout" flags="fillX" >
  50.               <widget type="lineEdit" name="wiz_bankname_edit" columns="40" flags="fillX" />
  51.               <widget type="pushButton" text="Select" name="wiz_bank_button" />
  52.             </widget>
  53.             
  54.             <widget type="label" text="Broker Id" />
  55.             <widget type="lineEdit" name="wiz_brokerid_edit" columns="40" flags="fillX" />
  56.     
  57.             <widget type="label" text="FID" />
  58.             <widget type="lineEdit" name="wiz_fid_edit" columns="40" flags="fillX" />
  59.     
  60.             <widget type="label" text="ORG" />
  61.             <widget type="lineEdit" name="wiz_org_edit" columns="40" flags="fillX" />
  62.     
  63.             <widget type="label" text="Server URL" />
  64.             <widget type="lineEdit" name="wiz_url_edit" columns="40" flags="fillX" />
  65.     
  66.           </widget>
  67.  
  68.           <widget type="hlayout" flags="fillX fillY" >
  69.             <widget type="pushButton" text="Retrieve Account List" name="wiz_getaccounts_button" />
  70.           </widget>
  71.     
  72.         </widget>
  73.       </widget>
  74.   
  75.  
  76.       <!-- app page -->
  77.       <widget type="tabPage" text="Application Settings">
  78.         <widget type="vlayout" flags="fillX fillY" >
  79.           <widget type="label" name="wiz_app_label" flags="fillX fillY justifyLeft" />
  80.           <widget type="hLine" flags="fillX" />
  81.           <widget type="gridLayout" columns="2" flags="fillX" >
  82.     
  83.             <widget type="label" text="Emulated Application" flags="justifyLeft" />
  84.             <widget type="comboBox" name="wiz_app_combo" flags="fillX readOnly" />
  85.     
  86.             <widget type="label" text="Application ID" flags="justifyLeft" />
  87.             <widget type="lineEdit" name="wiz_appid_edit" flags="fillX" />
  88.     
  89.             <widget type="label" text="Application Version" flags="justifyLeft" />
  90.             <widget type="lineEdit" name="wiz_appver_edit" flags="fillX" />
  91.     
  92.             <widget type="label" text="Header Version" flags="justifyLeft" />
  93.             <widget type="lineEdit" name="wiz_headerver_edit" flags="fillX" />
  94.     
  95.           </widget>
  96.  
  97.           <widget type="hlayout" flags="fillX fillY" >
  98.             <widget type="pushButton" text="Special Settings" name="wiz_special_button" />
  99.           </widget>
  100.  
  101.         </widget>
  102.       </widget>
  103.     
  104.     </widget>
  105.  
  106.  
  107.     <!-- wizard controls -->
  108.     <widget type="vspacer" flags="fillY" />
  109.     <widget type="hLine" flags="fillX" />
  110.     <widget type="hlayout" flags="fillX equalWidth" >
  111.       <widget type="pushButton" text="Help"     name="helpButton" />
  112.       <widget type="hspacer" flags="fillX" />
  113.       <widget type="pushButton" text="Ok"     name="okButton" flags="default" />
  114.       <widget type="pushButton" text="Abort"  name="abortButton" />
  115.     </widget>
  116.  
  117.   </widget>
  118.  
  119. </dialog>
  120.